runtime.m.procid (field)
15 uses
runtime (current package)
heapdump.go#L558: dumpint(mp.procid)
os_linux.go#L404: getg().m.procid = uint64(gettid())
os_linux.go#L412: getg().m.procid = 0
os_linux.go#L569: tgkill(getpid(), int(mp.procid), sig)
os_linux.go#L675: sevp.sigev_notify_thread_id = int32(mp.procid)
os_linux.go#L834: for atomic.Load64(&mp.procid) == 0 {
os_linux.go#L843: tid := gp.m.procid
os_linux.go#L845: if atomic.Load64(&mp.procid) == tid {
os_linux.go#L855: if mp.procid == tid {
runtime2.go#L535: procid uint64 // for debuggers, but offset not hard-coded
trace.go#L393: ug.mid = int64(s.g.m.procid)
tracebuf.go#L185: mID = uint64(w.mp.procid)
tracecpu.go#L259: hdr[2] = uint64(mp.procid)
traceevent.go#L126: tl.writer().writeGoStatus(uint64(gp.goid), int64(tl.mp.procid), goStatus, gp.inMarkAssist, 0 /* no stack */).end()
traceruntime.go#L507: pp.trace.mSyscallID = int64(tl.mp.procid)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)